| lcWndHoverText | Home |
|
BOOL lcWndHoverText ( HANDLE hLcWnd, LPCWSTR szText, int X, int Y, int Align ); |
| hLcWnd | |||||||||||||||||||
| Handle to a graphics window. | |||||||||||||||||||
| szText | |||||||||||||||||||
|
Text contents. If empty string is specified, then X, Y, Align parameters are ignored. | |||||||||||||||||||
| X Y | |||||||||||||||||||
| Text position in a window (window coordinates, pixels) | |||||||||||||||||||
| Align | |||||||||||||||||||
Text alignment relative to the position.
Can be one of the following values:
| |||||||||||||||||||
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample |